home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol047 / pcmenu.bas < prev    next >
Encoding:
BASIC Source File  |  1987-01-11  |  2.4 KB  |  54 lines

  1. 100 '
  2. 120 '
  3. 140 '        <<<<  P C - M E N U   >>>>
  4. 160 '
  5. 180 '        * * * * * * * * * * * * * * *
  6. 200 '        *                           *
  7. 220 '        *  COPYRIGHT in the Public  *
  8. 240 '        *     Domain in 1983 by     *
  9. 260 '        *     Richard N. Colvard    *
  10. 280 '        *                           *
  11. 300 '        * For IBM Personal Computer *
  12. 320 '        *                           *
  13. 340 '        * * * * * * * * * * * * * * *
  14. 360 '
  15. 380 '
  16. 400 SCREEN 0,1
  17. 420 COLOR 15,0
  18. 440 CLS
  19. 460 PRINT "      -------> PC Security by Encipherment <-------            "
  20. 480 PRINT "                                                               "
  21. 500 PRINT "                                                               "
  22. 520 PRINT "                                                               "
  23. 540 PRINT "      OPTIONS:             8 0 8 8  version                    "
  24. 580 PRINT "                                                               "
  25. 600 COLOR 4,0
  26. 620 PRINT "              (1) SuperEncipherment of Binary Files            "
  27. 640 PRINT "                  resulting in Binary files. This data         "
  28. 660 PRINT "                  will contain non-printable characters.       "
  29. 680 PRINT "                  This may be used to encode/decode           "
  30. 700 PRINT "                  binary data.                                 "
  31. 720 PRINT "                                                               "
  32. 740 PRINT "                                                               "
  33. 760 COLOR 2,0
  34. 780 PRINT "              (2) SuperEncipherment of Printable data          "
  35. 800 PRINT "                  input from files or Console. The             "
  36. 820 PRINT "                  output code is printable and line-           "
  37. 840 PRINT "                  oriented; using variable lines based         "
  38. 860 PRINT "                  on carriage returns/line feeds.              "
  39. 880 PRINT "                                                               "
  40. 900 COLOR 15,0
  41. 920 PRINT "              (9) - - - EXIT / STOP / END of Menu              "
  42. 940 COLOR 4,0
  43. 960 PRINT " "
  44. 980 PRINT " Enter Which Option NUMBER ====> ";
  45. 1000 INPUT O%
  46. 1020 '
  47. 1040 IF O%=1 THEN CHAIN "PC-CODE1.EXE"
  48. 1060 IF O%=2 THEN CHAIN "PC-CODE2.EXE"
  49. 1080 COLOR 7,0
  50. 1100 CLS
  51. 1120 END
  52.   "
  53. 700 PRINT "                  binary data.                                 "
  54. 720 PRINT "